CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SIFT 匹配

搜索资源列表

  1. SIFT

    0下载:
  2. sift的详细介绍,主要步骤是:1.关键点检测2.关键点描述 3.关键点匹配 4.消除错配点。物体识别的必备资料 -sift the details, the main steps are: 1. The key point detection (2) describe key 3 key match 4 to eliminate the mismatch point. Essential information on object recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:3060545
    • 提供者:英豪
  1. sift-1.1.1

    0下载:
  2. SIFT算法实现的图像匹配程序,C++实现-SIFT algorithm for image matching program, C++ implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13431614
    • 提供者:
  1. sift-match

    0下载:
  2. 基于OpenCV的SIFT匹配程序,编译可用-SIFT match program,based on OpenCV,which can be complied and used
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5769300
    • 提供者:胡晓斌
  1. SIFT

    0下载:
  2. 介绍SIFT匹配的,基础入门篇,大家可以-a pdf document for sift
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1637638
    • 提供者:yanyu
  1. sift

    0下载:
  2. sift匹配算法 尺度不变变换 特征描述子 特征点匹配 -sift match
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:48497664
    • 提供者:cc
  1. sift

    0下载:
  2. sift匹配算法,找到两幅图像之间的特征点-sift matching algorim
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1358759
    • 提供者:马原
  1. SIFT

    0下载:
  2. SIFT匹配算法研究报告,包括算法思想,算法特点,算法各步骤的详细分析-SIFT matching algorithm research reports, including detailed analysis of each step of the algorithm ideas, algorithms, features, algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1275202
    • 提供者:夏天的风
  1. sift

    0下载:
  2. 1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctive
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2831737
    • 提供者:李青彦
  1. 基于sift算法的图像拼接,匹配和仿射变换的源代码,初学者可以参考

    0下载:
  2. 该代码包涵了sift算法中的特征匹配,提纯,两幅图像之间的仿射变换和最终实现图像的拼接技术,比较容易理解,更适合于初学者
  3. 所属分类:数值算法/人工智能

  1. sift

    0下载:
  2. opencv + visual stdio下的sift匹配算法,本人也在学习,大家一起加油吧。-sift opencv+ visual stdio under the matching algorithm, I am also learning, we fuel it.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:965
    • 提供者:洛克李
  1. SIFT

    0下载:
  2. sift匹配,利用opencv+gtk,xiao guo bucuo-sift match, use opencv+gtk
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1608328
    • 提供者:linxiaobin
  1. SIFT

    0下载:
  2. SIFT匹配(Scale-invariant feature transform,尺度不变特征转换)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,其应用范围包含物体辨识、机器人地图感知与导航、影像缝合、3D模型建立、手势辨识、影像追踪和动作比对。-Matching SIFT (Scale invariant feature transform, Scale invariant feature transform) is a co
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10620931
    • 提供者:陈天华
  1. MATLAB 实现sift算法

    0下载:
  2. sift算法的matlab实现1.SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性; 2. 独特性(Distinctiveness)好,信息量丰富,适用于在海量特征数据库中进行快速、准确的匹配; 3. 多量性,即使少数的几个物体也可以产生大量的SIFT特征向量; 4.高速性,经优化的SIFT匹配算法甚至可以达到实时的要求; 5.可扩展性,可以很方便的与其他形式的特征向量进行联合。
  3. 所属分类:源码下载

  1. SIFT

    0下载:
  2. 用C语言实现的Sift匹配算法,然后再用java 语言搭建界面开发了一个图像匹配测试软件A-Sift using C language implementation of matching algorithm, and then use the java language interface development to build a test image matching software App
  3. 所属分类:Java Develop

    • 发布日期:2017-05-30
    • 文件大小:11953145
    • 提供者:姜鹏飞
  1. sift

    0下载:
  2. 改进的sift匹配算法,提取到sift特征点之后加上ransac去做筛选误识别点-After matching algorithm Improved sift, sift feature points extracted to do screening plus ransac erroneous identification point
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:37196
    • 提供者:laoji
  1. sift

    0下载:
  2. 对图片进行特征提取,以方便图像拼接成全景图。(Extract features from images)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:yueyan
  1. siftDemoV4

    0下载:
  2. 将解压文件放置matlab的bin文件下,用match('filepath1','filepath2')进行sift匹配(sift code for MATLAB)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:440320
    • 提供者:zw2135
  1. jcvi-sift-1.03.tar

    0下载:
  2. sift算法是用来提取图像特征点的算法,性能优越,被广泛用于特征提取和图像匹配,自提出起,算法一直在更新,此为最新版本的sift算法,在matlab上测试可用。(The SIFT algorithm is used to extract the image feature points algorithm, superior performance, is widely used for feature extraction and image matching, since the propo
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:17393664
    • 提供者:slllllll
  1. sift

    0下载:
  2. 图像匹配,原始图像变形移动后,通过匹配算法可以获得变形前后图像中特征点的对应关系。(After the image is deformed, the corresponding relation of feature points in the image before and after deformation can be obtained by matching algorithm.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-25
    • 文件大小:36864
    • 提供者:雪山
  1. SIFT

    0下载:
  2. 可以对特征点进行提取,并对两幅图像的特征点进行匹配(The feature points can be extracted and the feature points of the two images can be matched)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:385024
    • 提供者:波妞儿
« 1 2 3 4 56 7 8 9 10 ... 40 »
搜珍网 www.dssz.com